home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-01-11 | 2.6 KB | 165 lines |
- #-------------------------------------------------------------------
- #
- # ioB.ini --- This file is used by "installer.nsi", the NSIS script
- # used to create the Windows installer for POPFile.
- # This file defines the layout of the custom page
- # used to configure Outlook Express accounts.
- #
- # Copyright (c) 2001-2004 John Graham-Cumming
- #
- # This file is part of POPFile
- #
- # POPFile is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2 of the License, or
- # (at your option) any later version.
- #
- # POPFile is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with POPFile; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- #
- #-------------------------------------------------------------------
-
- [Settings]
- NumFields=17
- BackEnabled=1
- CancelEnabled=0
-
- [Field 1]
- Type=Label
- Text=
- Left=0
- Right=298
- Top=0
- Bottom=8
-
- [Field 2]
- Type=GroupBox
- Left=0
- Right=300
- Top=6
- Bottom=117
-
- [Field 3]
- Type=Label
- Text=
- Left=0
- Right=300
- Top=120
- Bottom=139
-
- [Field 4]
- Type=Label
- Text=
- Left=15
- Right=71
- Top=12
- Bottom=20
-
- [Field 5]
- Type=Label
- Text=
- Left=73
- Right=171
- Top=12
- Bottom=20
-
- [Field 6]
- Type=Label
- Text=
- Left=173
- Right=239
- Top=12
- Bottom=20
-
- [Field 7]
- Type=Label
- Text=
- Left=241
- Right=298
- Top=12
- Bottom=20
-
- [Field 8]
- Type=Text
- Left=11
- Right=71
- Top=21
- Bottom=115
- Flags=READONLY|MULTILINE|NOWORDWRAP
-
- [Field 9]
- Type=Text
- Left=70
- Right=171
- Top=21
- Bottom=115
- Flags=READONLY|MULTILINE|NOWORDWRAP
-
- [Field 10]
- Type=Text
- Left=170
- Right=239
- Top=21
- Bottom=115
- Flags=READONLY|MULTILINE|NOWORDWRAP
-
- [Field 11]
- Type=Text
- Left=238
- Right=298
- Top=21
- Bottom=115
- Flags=READONLY|MULTILINE|NOWORDWRAP
-
- [Field 12]
- Type=CheckBox
- Left=2
- Right=10
- Top=23
- Bottom=31
-
- [Field 13]
- Type=CheckBox
- Left=2
- Right=10
- Top=39
- Bottom=47
-
- [Field 14]
- Type=CheckBox
- Left=2
- Right=10
- Top=55
- Bottom=63
-
- [Field 15]
- Type=CheckBox
- Left=2
- Right=10
- Top=71
- Bottom=79
-
- [Field 16]
- Type=CheckBox
- Left=2
- Right=10
- Top=87
- Bottom=95
-
- [Field 17]
- Type=CheckBox
- Left=2
- Right=10
- Top=103
- Bottom=111
-
- #--------------------
- # End of ioB.ini
- #--------------------
-